CLS * CLS clears the window. It also resets the consolehandler, so if you see lots of funny characters on the window, try CLS. * You can do the same by using "echo ^[c". * CTRL L only clears the window (same as "echo ^L"). eg. cls